home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 1.0 for Developers / QuickTime 1.0 for Developers.iso / Programming Stuff / Sample Code / MovieController Exerciser / Read Me < prev   
Text File  |  1991-09-04  |  603b  |  17 lines

  1.  
  2. MovieController Exerciser
  3. -------------------------
  4.  
  5. This is a tiny application which will open and play QuickTime movies.
  6. There are menu options to control many of the MovieController's features.
  7.  
  8. At the beginning of "MovieController Exerciser.c" are several #defines
  9. which let you choose how many replicas of a movie appear in each window.
  10.  
  11. The QuickTime headers must be in the system-include path of the compiler.
  12.  
  13. The file, "MovieController Exerciser.c" contains all the routines that
  14. draw and play the movie, and so on. "BigEasy2.c" is a basic Macintosh program
  15. shell that this application uses.
  16.  
  17.